type net.conn (struct)
Method Implmentations (4 other methods implement nothing)
Close() error
*conn.M : Conn.Close
*conn.M : io.Closer.Close
*conn.M : io.ReadCloser.Close
*conn.M : io.ReadWriteCloser.Close
*conn.M : io.WriteCloser.Close
Read(b []byte) (int, error)
*conn.M : Conn.Read
*conn.M : io.ReadCloser.Read
*conn.M : io.Reader.Read
*conn.M : io.ReadWriteCloser.Read
*conn.M : io.ReadWriter.Read
Write(b []byte) (int, error)
*conn.M : Conn.Write
*conn.M : internal/bisect.Writer.Write
*conn.M : io.ReadWriteCloser.Write
*conn.M : io.ReadWriter.Write
*conn.M : io.WriteCloser.Write
*conn.M : io.Writer.Write
*conn.M : crypto/tls.transcriptHash.Write
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |